home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Animation Festival
/
Animation Festival (Full Mention Video in Stero)(Wizardware Multimedia)(1994).iso
/
demos
/
wpdemo
/
wpdem.exe
/
DEMO.BAT
next >
Wrap
DOS Batch File
|
1993-01-18
|
672b
|
35 lines
echo off
cls
if not exist WPDEMO.EXE goto nodemo
wpdemo %1
cls
echo.
echo.
echo LaserMaster's WinPrint Demo
echo ═════════════════════════════════
echo.
echo Thank you for watching!
echo.
echo To view the demo again, type
echo DEMO.
echo ─────────────────────────────────
echo.
echo.
goto end
:nodemo
echo.
echo.
echo LaserMaster's WinPrint Demo
echo ═════════════════════════════════
echo.
echo The demo file is missing or
echo hasn't been properly installed.
echo Please try installing again from
echo the installation disk.
echo ─────────────────────────────────
echo.
echo.
:end